home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / DefineButton2_323 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-23  |  93 b   |  5 lines

  1. on(release){
  2.    _root.carData_array[_parent.selectedCar].TYRES = 2;
  3.    gotoAndStop(2);
  4. }
  5.